Skip to content

feat: stream search API - #481

Merged
forshev merged 8 commits into
mainfrom
476-stream-search-api
Aug 11, 2026
Merged

feat: stream search API#481
forshev merged 8 commits into
mainfrom
476-stream-search-api

Conversation

@forshev

@forshev forshev commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Description

Add new StreamSearch method. Add new seq-ql pipes: limit, offset, stats, sort.
StreamSearch method calls the old two-phase search implementation.

This is the first part of a new query engine implementation.

Fixes #476


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

If you have used LLM/AI assistance please provide model name and full prompt:

Model: {{model-name}}
Prompt: {{prompt}}

@github-actions

Copy link
Copy Markdown
Contributor

PR Title Validation Failed
Please refer to CONTRIBUTING.md

@forshev forshev changed the title Stream search API feat: stream search API Jul 31, 2026
@codecov-commenter

codecov-commenter commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 72.43736% with 121 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.29%. Comparing base (d872202) to head (4bc6010).

Files with missing lines Patch % Lines
proxyapi/grpc_stream_search.go 64.92% 52 Missing and 22 partials ⚠️
parser/seqql_pipes.go 80.34% 17 Missing and 17 partials ⚠️
asyncsearcher/async_searcher.go 0.00% 3 Missing and 1 partial ⚠️
proxyapi/grpc_v1.go 33.33% 2 Missing and 2 partials ⚠️
proxy/search/async.go 0.00% 3 Missing ⚠️
skipmaskmanager/skip_mask_manager.go 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
+ Coverage   71.10%   71.29%   +0.19%     
==========================================
  Files         232      233       +1     
  Lines       18572    18999     +427     
==========================================
+ Hits        13205    13545     +340     
- Misses       4374     4423      +49     
- Partials      993     1031      +38     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@eguguchkin
eguguchkin requested review from cheb0 and eguguchkin August 3, 2026 09:51
@eguguchkin eguguchkin added this to the v0.76.0 milestone Aug 3, 2026
@forshev
forshev force-pushed the 476-stream-search-api branch from af962b8 to 6687d0d Compare August 3, 2026 12:59
Comment thread pkg/seqproxyapi/v1/marshaler.go Outdated
Comment thread proxyapi/grpc_v1.go Outdated
Comment thread parser/seqql.go Outdated
@forshev
forshev force-pushed the 476-stream-search-api branch from 21b3aa8 to 7c029a2 Compare August 11, 2026 11:14
Comment thread proxyapi/grpc_stream_search.go Outdated
Comment thread proxyapi/grpc_stream_search.go Outdated
Comment thread parser/seqql_pipes.go Outdated
@forshev
forshev force-pushed the 476-stream-search-api branch from 0d56f7a to 4bc6010 Compare August 11, 2026 13:25
@forshev
forshev merged commit a73114c into main Aug 11, 2026
8 checks passed
@forshev
forshev deleted the 476-stream-search-api branch August 11, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new query engine grpc API

4 participants